pen.off;
pen.jumpto(1,1);
screen.clear;
pen.ink=red;
pen.southeast(10);
pen.jumpto(10,1);
pen.southwest(10);